home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / DefineButton2_215 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  72 b   |  5 lines

  1. on(release){
  2.    gotoAndStop(1);
  3.    _root.Functions.restartGame();
  4. }
  5.